type encoding/asn1.bytesEncoder
24 uses
encoding/asn1 (current package)
marshal.go#L41: type bytesEncoder []byte
marshal.go#L43: func (b bytesEncoder) Len() int {
marshal.go#L47: func (b bytesEncoder) Encode(dst []byte) {
marshal.go#L212: return multiEncoder([]encoder{byteFFEncoder, bytesEncoder(bytes)}), nil
marshal.go#L214: return bytesEncoder(bytes), nil
marshal.go#L223: return multiEncoder([]encoder{byte00Encoder, bytesEncoder(bytes)}), nil
marshal.go#L225: return bytesEncoder(bytes), nil
marshal.go#L376: return bytesEncoder(dst), nil
marshal.go#L387: return bytesEncoder(dst), nil
marshal.go#L461: return bytesEncoder(nil), nil
marshal.go#L497: return bytesEncoder(nil), nil
marshal.go#L510: return bytesEncoder(stripTagAndLength(bytes)), nil
marshal.go#L518: return bytesEncoder(nil), nil
marshal.go#L535: return bytesEncoder(v.Bytes()), nil
marshal.go#L542: return bytesEncoder(nil), nil
marshal.go#L586: return bytesEncoder(nil), nil
marshal.go#L594: return bytesEncoder(nil), nil
marshal.go#L603: return bytesEncoder(nil), nil
marshal.go#L610: return bytesEncoder(rv.FullBytes), nil
marshal.go#L615: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
marshal.go#L616: t.body = bytesEncoder(rv.Bytes)
marshal.go#L694: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{ClassUniversal, tag, bodyLen, isCompound}))
marshal.go#L700: tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
marshal.go#L714: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |